Skip to content

fix: change CloudFront timeout quota check from error to warning#6365

Merged
vimtor merged 2 commits intoanomalyco:devfrom
itsthelisa:fix/6286-cloudfront-response-timeout
Feb 23, 2026
Merged

fix: change CloudFront timeout quota check from error to warning#6365
vimtor merged 2 commits intoanomalyco:devfrom
itsthelisa:fix/6286-cloudfront-response-timeout

Conversation

@itsthelisa
Copy link
Copy Markdown
Contributor

Closes #6286

The Service Quotas API may not reflect manually increased quotas, causing an error for users who've increased their CloudFront quota by contacting AWS Support.

This PR changes the quota check from throwing an error to logging a warning, allowing deployment to proceed.

I tested on our application with this fork, and the deployment is able to continue without erroring.

itsthelisa and others added 2 commits January 28, 2026 15:31
The Service Quotas API may not reflect manually increased quotas,
causing an error for users who've increased their quota by contacting AWS Support.
Copy link
Copy Markdown
Collaborator

@vimtor vimtor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

decided to drop the check altogether since it's unreliable and the user will still get a cloudfront error

for context i've also tried requesting the quota via pulumi or other methods but they didn't work

@vimtor vimtor merged commit 370fe90 into anomalyco:dev Feb 23, 2026
1 check passed
@itsthelisa
Copy link
Copy Markdown
Contributor Author

Thanks!

vimtor added a commit to yoerayo/sst that referenced this pull request Mar 2, 2026
* fix: change CloudFront timeout quota check from error to warning

The Service Quotas API may not reflect manually increased quotas,
causing an error for users who've increased their quota by contacting AWS Support.

* remove cloudfront response timeout quota check

---------

Co-authored-by: vimtor <vn4varro@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AWS - React - server.timeout Error on deployment when timeout is within service limit

2 participants